From 2698fb5254a1cbf4f5fdc5087a3bee76b4e535d2 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Fri, 28 Mar 2008 15:27:13 -0600 Subject: [PATCH] [IA64] Eliminate duble dump_stack show_registers() already has show_stack(NULL, NULL), So we get two same Calltraces. This patch eliminate it. Signed-off-by: Akio Takebe --- xen/include/asm-ia64/debugger.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-ia64/debugger.h b/xen/include/asm-ia64/debugger.h index cf93931e65..9c55744436 100644 --- a/xen/include/asm-ia64/debugger.h +++ b/xen/include/asm-ia64/debugger.h @@ -49,7 +49,6 @@ static inline void show_execution_state(struct cpu_user_regs *regs) { show_registers(regs); - dump_stack(); } // NOTE: on xen struct pt_regs = struct cpu_user_regs -- 2.30.2